Microsoft DirectX 8.1 (C++)

IAMTimelineTrack::ZeroBetween2

The ZeroBetween2 method removes everything from the track between the specified times. This method is equivalent to IAMTimelineTrack::ZeroBetween, but takes REFTIME values.

Syntax

HRESULT ZeroBetween2(
    REFTIME rtStart,
    REFTIME rtEnd
);

Parameters

rtStart

Beginning of the range to clear, in seconds.

rtEnd

End of the range to clear, in seconds.

Return Value

Returns an HRESULT value. Possible values include the following.

Value Description
S_FALSE The time range falls beyond everything in the track.
S_OK Success.

See Also